home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rollem / form4.frm < prev    next >
Text File  |  1995-05-08  |  2KB  |  71 lines

  1. VERSION 2.00
  2. Begin Form Form4 
  3.    Caption         =   "Oh no not one of these!!!"
  4.    ClientHeight    =   3675
  5.    ClientLeft      =   3210
  6.    ClientTop       =   1695
  7.    ClientWidth     =   3375
  8.    ControlBox      =   0   'False
  9.    Height          =   4080
  10.    Left            =   3150
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form4"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   3675
  16.    ScaleWidth      =   3375
  17.    Top             =   1350
  18.    Width           =   3495
  19.    Begin CommandButton Command1 
  20.       Caption         =   "OK"
  21.       Height          =   615
  22.       Left            =   720
  23.       TabIndex        =   1
  24.       Top             =   2880
  25.       Width           =   1935
  26.    End
  27.    Begin PictureBox Picture1 
  28.       BorderStyle     =   0  'None
  29.       Height          =   1335
  30.       Left            =   0
  31.       Picture         =   FORM4.FRX:0000
  32.       ScaleHeight     =   1335
  33.       ScaleWidth      =   3375
  34.       TabIndex        =   0
  35.       Top             =   720
  36.       Width           =   3375
  37.    End
  38.    Begin PictureBox Picture2 
  39.       Height          =   495
  40.       Left            =   120
  41.       Picture         =   FORM4.FRX:25AA
  42.       ScaleHeight     =   465
  43.       ScaleWidth      =   465
  44.       TabIndex        =   2
  45.       Top             =   120
  46.       Width           =   495
  47.    End
  48.    Begin Label Label1 
  49.       Caption         =   "Written By: Kirk Lewellen"
  50.       Height          =   255
  51.       Left            =   600
  52.       TabIndex        =   3
  53.       Top             =   2400
  54.       Width           =   2535
  55.    End
  56.    Begin Label Label2 
  57.       Alignment       =   2  'Center
  58.       Caption         =   "Rollem"
  59.       Height          =   255
  60.       Left            =   1080
  61.       TabIndex        =   4
  62.       Top             =   240
  63.       Width           =   1215
  64.    End
  65. End
  66. Sub Command1_Click ()
  67. Form1.Show
  68. Form4.Hide
  69. End Sub
  70.  
  71.